home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
224_01
/
wc.hlp
< prev
Wrap
Text File
|
1985-12-31
|
640b
|
15 lines
NAME
wc - word count
SYNTAX
wc [-lwc] [ name ... ]
DESCRIPTION
Wc counts lines, words and characters in the named files, or in the
standard input if no name appears. A word is a string of characters
delimited by spaces, tabs or newlines. The counts are output for each
file, and a total count is output if there is more than one file.
If an option argument is present, the specified counts (lines, words, or
characters) are selected by the letters l, w, or c. The default is -lwc.